home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / DCLAP 6d / dclap6d / Docs / mswin-cica-let < prev    next >
Text File  |  1996-07-05  |  3KB  |  82 lines

  1. To: mcmullen@cica.indiana.edu,
  2.     TWETZEL@ucs.indiana.edu
  3.  
  4. Do you know of an MS-Windows computer that might be loaned to me
  5. for a week or two, for software development?  I would also need
  6. either Borland's or Microsoft's C/C++ compiler for Windows on it.
  7.  
  8. If I can get my hands on such a machine then I can test and make
  9. available a multi-platform C++ application development library (Mac,
  10. X-Window/Motif and MS-Windows).  I've been working on this over
  11. the holidays, and have it going on Mac and Motif, but lack
  12. an MS Windows machine.
  13.  
  14. I'm going to make this software source freely available to IU 
  15. and the public in general.  It may be of interest to your/other
  16. groups at IU.  You can see a demo application written on this 
  17. application library: ftp to ftp.bio.indiana.edu, folder 
  18. /util/dclap/preview.  
  19.  
  20. I'm most interested in getting hands on an mswin computer this 
  21. month, the sooner the better, as I'm running out of time I can
  22. spend on development (until next vacation).
  23.  
  24. Thanks,  Don
  25.  
  26.  
  27.                         ------ a summary --------
  28.  
  29. My holiday gift to the world is a bit delayed, but here is a peek
  30. at it:
  31.   a C++ application library, built on NCBI's Vibrant and core
  32.   toolkit, for software developers.  Don's Class Application library
  33.   (DCLAP) will let me, and others if they want, write applications
  34.   in a relatively easy way, using this oop application library.
  35.   The applications will compile and run on any platforms that NCBI's
  36.   Vibrant toolkit supports, that currently being Macintosh, MS-Windows
  37.   and Motif-XWindows.
  38.  
  39. MyApp-sparc-motif was compiled on my Sun Sparcstation, using a Motif
  40. library.  It requires, I believe, the shared motif run-time libraries
  41. on your Sparc system to work.
  42.  
  43. MyApp.hqx was compiled for Macintoshes.
  44.  
  45. I don't have an MS-Windows system (yet), so can't provide
  46. that version.
  47.  
  48. The source for this C++ library will be made available free to the
  49. public -- but it still needs much work.
  50.  
  51. This tidbit is at ftp.bio.indiana.edu:/util/dclap/preview
  52.  
  53.  
  54. This is built on the cross-platform toolkit from National Center for
  55. Biotechnology Information (NCBI) of the National Library of Medicine (
  56. NLM), called NCBI toolkit, and especially the Vibrant window system
  57. subset, plus the coretools subset.  This toolkit is written in ANSI C,
  58. and compiles on a variety of systems.  The source for NCBI tools is
  59. available for anonymous ftp from ncbi.nlm.nih.gov as     
  60.     cd toolbox\ncbi_tools
  61.     bin
  62.     get ncbi.tar.Z
  63.     quit
  64. This has much more than the subset with DCLAP, including detailed
  65. documentation. Most of the additional source is directed toward
  66. manipulation biosequence data. 
  67.  
  68. The NCBI toolkit compiles & runs on following platforms.  DCLAP has
  69. been tested so far on Mac (think c 6/sym c++) and Sun-Sparc w/ Motif.
  70.  
  71. MS-DOS/MS-WIN
  72.      Microsoft C version 7.00
  73.      Microsoft Windows version 7.00
  74.      Borland C++ 3.1
  75.      Borland C++ 3.1 for Windows
  76. Mac
  77.     NCBI toolkit tested on THINK C 5.0.4 and MPW C 3.2
  78. Unix
  79.     NCBI toolkit tested on Sun Sparc, Silicon Graphics, IBM 3090 with AIX
  80.     with X-Motif
  81. VMS w/ Motif
  82.